home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / slip_mud.zip / UMSLIP.DOC < prev   
Text File  |  1993-03-02  |  1KB  |  35 lines

  1. UMSLIP
  2.           
  3. usage: 
  4.                
  5. UMSLIP [?] [-n] [-w] [-s] [packet_int_no] [recv_buf_size]
  6.  
  7. description:
  8.                
  9. The UMSLIP driver is a packet driver.  It transmits and receives SLIP packets on
  10. the serial line.
  11.           
  12. parameters: 
  13.                
  14. There are two kinds of parameters: flags and values.  Flags are preceded by a 
  15. dash (-).  Values are data which override built-in or "default" information. 
  16. You can run UMSLIP with no parameters at all and it will use its default 
  17. settings.
  18.  
  19.  ?     Prints out the usage line.
  20.  
  21.  -n    Converts between Ethernet type 8137 and Novell ISO-like packets.  This is 
  22.        required on some Novell networks.
  23.  
  24.  -w    Windows mode.  Lets you use UMSLIP while running MS Windows.
  25.  
  26.  -s    Silent:  UMSLIP runs normally, but prints no messages.
  27.  
  28. The packet_int_no is the hardware interrupt number and defaults to 0x60.
  29.           
  30. The recv_buf_size is the amount of memory set aside to store incoming and 
  31. outgoing data and defaults to 1500.
  32.           
  33. Other parameters can be set via the PHONE program, including COM port, baud rate
  34. and data parameters.
  35.